From 23c3a595fea44a0ae344ef2e7415d40d7638531c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 8 Sep 2009 15:10:59 +0100 Subject: [PATCH] xend: Fix syntax error Signed-off-by: Simon Horman --- tools/python/xen/xend/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 5d1a0f4dff..2bbe9b484a 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -483,7 +483,7 @@ class ImageHandler: if count < 100: continue - VmError('Device model isn\'t ready for commands') + raise VmError('Device model isn\'t ready for commands') if par is not None: xstransact.Store("/local/domain/0/device-model/%i" -- 2.30.2